Which programming language to go for in order to learn Object Oriented Programming? [closed]

Posted by Maxood on Programmers See other posts from Programmers or by Maxood
Published on 2011-11-26T19:25:40Z Indexed on 2011/11/27 2:01 UTC
Read the original article Hit count: 230

Filed under:
|

If someone has a good grasp in logic and procedural programming then which language to start with for learning OOP. Also why C++ is mostly taught at schools whereas Java is a pure Object Oriented language(also language for making android apps)? Why not Objective C is being taught for making apps on the iPhone? I am seeking for the right answer keeping in view of these 2 factors:

  1. Background of the learner in procedural programming
  2. Economic or job market market demand of programming languages

Here is a list of 10 programming languages, i would like to seek justifications for:

  1. Java
  2. C++
  3. Objective C
  4. Scala
  5. C#
  6. PHP
  7. Python
  8. Java
  9. Javascript (not sure if it is a fully featured OOP language) 10.Ruby (not sure if it is a fully featured OOP language)

© Programmers or respective owner

Related posts about learning

Related posts about object-oriented